has mud
Schemas
- yaml
- json
- markdown
$schema: https://json-schema.org/draft/2020-12/schema
$id: https://github.com/nqminds/CAHN/blob/main/packages/schemas/src/has_mud.v.1.0.0.schema.yaml
title: has mud
description: Binding between a device type and MUD (Manufacturer Usage Description)
type: object
properties:
mud_id:
description: id of the mud
type: string
device_type_id:
description: id of the device type to which the mud applies
type: string
created_at:
description: timestamp at which mud-device binding was created in milliseconds
type: integer
required:
- mud_id
- device_type_id
- created_at
{
"$schema": "https://json-schema.org/draft/2020-12/schema",
"$id": "https://github.com/nqminds/CAHN/blob/main/packages/schemas/src/has_mud.v.1.0.0.schema.yaml",
"title": "has mud",
"description": "Binding between a device type and MUD (Manufacturer Usage Description)",
"type": "object",
"properties": {
"mud_id": {
"description": "id of the mud",
"type": "string"
},
"device_type_id": {
"description": "id of the device type to which the mud applies",
"type": "string"
},
"created_at": {
"description": "timestamp at which mud-device binding was created in milliseconds",
"type": "integer"
}
},
"required": [
"mud_id",
"device_type_id",
"created_at"
]
}
has mud
Binding between a device type and MUD (Manufacturer Usage Description)
The schema defines the following properties:
mud_id
(string, required)
id of the mud
device_type_id
(string, required)
id of the device type to which the mud applies
created_at
(integer, required)
timestamp at which mud-device binding was created in milliseconds
Examples
- table
- json